home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 431 b | 19 lines | [TEXT/CWIE] |
- //================================================================================
- // Greg Anderson
- // db+
- //
- // A single long word isn't quite long enough to make a truly unique ID.
- // 64 bits is probably enough, though.
- // 17 May 1994
- //================================================================================
- #pragma once
-
- #ifndef __UNIQUEID__
- #define __UNIQUEID__
-
- #include "Int64.h"
-
- Int64 GenerateUniqueID();
-
- #endif
-